func os.isNoFollowErr
4 uses
os (current package)
eloop_other.go#L15: func isNoFollowErr(err error) bool {
root_unix.go#L68: if isNoFollowErr(err) {
root_unix.go#L90: if !isCreateExcl && (isNoFollowErr(err) || err == syscall.ENOTDIR) {
root_unix.go#L118: if isNoFollowErr(err) || err == syscall.ENOTDIR {
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |